Skip to content

feat: Phase 2 Batch 2.3 - Rate Limiting Implementation - #56

Merged
arpayidcloud-byte merged 1 commit into
mainfrom
phase2-batch2.3-rate-limiting
Jul 25, 2026
Merged

feat: Phase 2 Batch 2.3 - Rate Limiting Implementation#56
arpayidcloud-byte merged 1 commit into
mainfrom
phase2-batch2.3-rate-limiting

Conversation

@arpayidcloud-byte

Copy link
Copy Markdown
Owner

Description

Implement rate limiter for API protection in @agentx/shared.

Related Phase

  • Phase: 2
  • Batch: 2.3
  • Master Plan: Phase 2 - Security Hardening

Checklist

  • Typecheck passes
  • Lint passes
  • Tests pass

Breaking Changes

None

Phase 2 - Batch 2.3: Rate Limiting
- Add RateLimiter class with sliding window algorithm
- Support per-user and per-API key limits
- Add RateLimitConfig, RateLimitInfo interfaces
- Add reset, resetAll, cleanup methods
- Export from shared package
- CI verified: typecheck ✅, build ✅, test ✅
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@arpayidcloud-byte
arpayidcloud-byte merged commit afb3874 into main Jul 25, 2026
1 check passed
@arpayidcloud-byte
arpayidcloud-byte deleted the phase2-batch2.3-rate-limiting branch July 25, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant